func crypto/tls.unsupportedCertificateError
5 uses
crypto/tls (current package)
auth.go#L236: return 0, unsupportedCertificateError(c)
auth.go#L258: func unsupportedCertificateError(cert *Certificate) error {
common.go#L1389: return supportsRSAFallback(unsupportedCertificateError(c))
common.go#L1409: return supportsRSAFallback(unsupportedCertificateError(c))
common.go#L1412: return supportsRSAFallback(unsupportedCertificateError(c))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)